/* SMM CSS*/

/*Define body background and font*/

/*last updated 04 Feb 2016*/


body	{background-image:url(../backgrounds/Vanuatu6.png);
	font-family: arial, helvetica;
	}
	
.floatleft { float: left; 
	margin: 10px 5px 10px 20px; 
	background-color: #FFFFCC;
	padding: 4px 2px;
	border-spacing: 2px}
	
.floatright { float: right;
	margin: 10px 20px 10px 5px;
	background-color: #FFFFCC;
	padding: 4px 2px;
	border-spacing: 2px}

h1 {
	color: #FC0;
	font-size: 24pt;
	font-weight: bold;
	font-style: italic;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	text-shadow: 0.2em 0.2em #333;}

h2 {
	color: black;
	font-size: 14pt;
	font-weight: none;
	font-family: arial, helvetica;
	text-align: center;}
p {
	color: black;
	font-size: 14pt;
	font-weight: none;
	font-family: arial, helvetica;
	text-align: center;}
	
p1 {
	color: #FF0;
	font-size: 14pt;
	font-weight: bold;
	font-family: arial, helvetica;
	text-align: center;}
	
p2 {
	color: black;
	font-size: 10pt;
	font-weight: none;
	font-family: arial, helvetica;
	text-align: center;}
	
p3 {
	color: black;
	font-size: 12pt;
	font-weight: none;
	font-family: arial, helvetica;
	text-align: none;
	background-color:transparent;}
	
p4 {
	color: black;
	font-size: 10pt;
	font-family: arial, helvetica;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	list-style-type: circle;
}

/*table appearance*/

table.main {
	border: 1px solid;
	border-color: black;
	background-color: #FFFFCC;
	padding: 6px 2px
	border-spacing: 2px}

table.noc {
	border: 1px solid;
	border-color: black;
	background-color: #FF6;
	padding: 6px 2px
	border-spacing: 2px}

td.onecolumn {
	background-color:#FFFFCC;
	text-align: left;
	font-family: arial, helvetica;
	font-size: 14pt}

td.navnorm {
	background-color:#FFFFCC;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 10pt;
	font-color: black;
	font-weight: bold;}	

td.title {
	background-color:#FFFFCC;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 16pt;
	font-weight: bold;}
	
td.noctitle{
	background-color:#FF6;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 12pt;
	font-weight: bold;}
	
td.smtitle{
	background-color:#9CF;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 14pt;
	font-weight: none;}

td.normal {
	background-color:#FFFFCC;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 9pt;
	font-color: black;
	font-weight: none;}	
	
td.chapter {
	background-color:#FFFFCC;
	text-align: left;
	font-family: arial, helvetica;
	font-size: 9pt;
	font-color: black;
	font-weight: none;}	
	

/*Normal links*/

a.normlink {
	color: #5a6699;
	font-size: 9pt;
	font-weight: bold;}

a.normlink:link {
	color: #5a6699;
	font-size: 9pt;
	text-decoration: none;}

a.normlink:hover {
	color: navy;
	font-size: 9pt;
	text-decoration: underline;}

a.normlink:visited {
	color: #5a6699;
	font-size: 9pt;
	text-decoration: none;}
	

/*This part determines the link appearance*/

a:link{
	font-weight: bold;
	
	text-decoration: none;
	color: #566047;}

a:active{
	font-weight: bold;
	text-decoration: none;
	color: #566047;}
	
a:visited{
	text-decoration: none;
	color: #566047;
	font-weight: bold;}

a:hover{
	font-weight: bold;
	text-decoration: underline;
	color: navy;}
